-
Notifications
You must be signed in to change notification settings - Fork 814
Arm backend: Add support for aten.slice_copy with non-unit step #16872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arm backend: Add support for aten.slice_copy with non-unit step #16872
Conversation
- Decompose strided slice_copy into unit-step slice_copy plus optional right padding and view_copy reshapes - Update SliceCopySupported check for the supported pattern - Add non-unit-step slice tests Change-Id: Ida60ee2f42c283d50c9e3185dca1f9ea2238cf83 Signed-off-by: Yufeng Shi <yufeng.shi@arm.com>
Change-Id: I8479a4daed1e8be4bda4591e04dfbcadc297ab4f Signed-off-by: Yufeng Shi <yufeng.shi@arm.com>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16872
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 62a9751 with merge base 7770407 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Change-Id: I06319f5378a3fed60f5f20499671389dbd0e68e8 Signed-off-by: Yufeng Shi <yufeng.shi@arm.com>
zingo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK to merge is Arm Backend tests pass
|
cortex-m-backend failure unrelated |
…ep (pytorch#16872)" This reverts commit b5fe947.
|
@YufengShi-dudu FYI It looks like this PR broke some of the nightly U55/U85 tests. I'm likely going to revert to fix CI, sorry. I'm happy to help get it re-landed. More details are in #16914. |
Change-Id: Ida60ee2f42c283d50c9e3185dca1f9ea2238cf83
cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai